Fix doc comment
authorMatthias Clasen <mclasen@redhat.com>
Thu, 13 Sep 2012 04:10:50 +0000 (00:10 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 13 Sep 2012 04:10:50 +0000 (00:10 -0400)
The setting was only introduced in 3.6.

gtk/gtksettings.c

index cac82bd99959530d3086eb4ab0fde5abbb03753b..bfcd8c9390414cf5d87ba7cd0166bc257fb677d6 100644 (file)
@@ -1146,12 +1146,12 @@ gtk_settings_class_init (GtkSettingsClass *class)
   g_assert (result == PROP_AUTO_MNEMONICS);
 
   /**
-   * GtkSettings:gtk-primary-button-warps-slider
+   * GtkSettings:gtk-primary-button-warps-slider:
    *
    * Whether a click in a #GtkRange trough should scroll to the click position or
    * scroll by a single page in the respective direction.
    *
-   * Since: 2.24
+   * Since: 3.6
    */
   result = settings_install_property_parser (class,
                                              g_param_spec_boolean ("gtk-primary-button-warps-slider",